This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Problem with @Left ~George Elfreemanader 24.Nov.03 04:25 AM a Web browser Domino Designer 6.0.2 CF2iSeries
You might look at using @Word if you know the position in the list of each value that you want to extract. Syntax is @Word( string ; separator ; number ).
For example, @Word(list; ";"; 3) will return the third value in a list separated by semicolons.